/* Puts a little more breathing room above related topics link. - AMS*/
a.#reltopics { position:relative; top:1em; }
h1
{ font-size: 125%;
margin-bottom: .5em; clear:both; width: 85%; }
h2
{ font-size: 115%;
margin-top: 1.5em;
margin-bottom: .5em; clear:both; }
h3
{ font-size: 105%;
margin-top: 1.2em;
margin-bottom: .5em; clear:both; }
h4
{ font-size: 105%;
margin-top: 1.2em;
margin-bottom: .5em; clear:both; }
h5
{ font-size: 105%;
margin-top: 1.2em;
margin-bottom: .5em; clear:both; }
p
{ margin-top: .6em;
margin-bottom: .6em; }
ol
{ margin-top: .5em;
margin-bottom: 0em;
margin-left: 2.1em;
padding-left: 0em;
margin-right:2.1em; }
ul
{ margin-top: .6em;
margin-bottom: 0em;
list-style-type: disc;
margin-left: 1.5em;
padding-left: 0em;
margin-right: 1.5em; }
li
{ margin-bottom: .7em; clear:both; }
dd
{ margin-bottom: 0em;
margin-left: 1.5em; }
/* for defined terms, follow the Document Conventions listing in the Microsoft Manual of Style: */
/* Keywords, functions, and anything else the user must enter exactly as shown are bold--add font-weight: bold; to the dt tag */
/* Variables, book titles, and placeholders the user must provide are italic--add font-style: italic; to the dt tag */
/* pre-defined arguments are bold and italic--add font-weight: bold; and font-style: italic; to the dt tag */
dt
{
margin-top: 1em;
}
dl.indent {
margin-left: 2.0em;
}
pre
{ margin-top: .5em;
margin-bottom: .5em;
background-color: #EEEEEE;
padding: .45em; }
/* Added the following 12/19/02 to set off code blocks when shown inside a conceptual table. - AMS*/
td pre {background-color: #E3E3E3;}
/* Added the following 3 modifiers 10/14/02 to style codeblocks with line numbers. Note that these are hosted inside tables for formatting and class names are required on some elements. - AMS*/
table.codetable pre {background-color: #EEEEEE;}
table.codetable td {background-color: #FFFFFF; }
td.codenumbers pre {background: #FFFFFF;
padding-left: 0em;
padding-right: 0em;
direction: rtl;}
code
{ font-family: Courier New;
font-size: 1.1em; }
table
{ font-size: 100%;
margin-top: 1em;
margin-bottom: 1em; }
th
{ text-align: left;
background: #DDDDDD;
vertical-align: bottom;
padding: .2em;
padding-left: .45em;
padding-right: .5em;}
td
{ background: #EEEEEE;
vertical-align: top;
padding: .2em;
padding-left: .45em;
padding-right: .5em;}
td.vcenter { vertical-align: middle; }
/**** extended class styles ************************/
/* */
/* add comment tags to disable the style */
p.indent { margin-left: 1.3em; } /* used to indent text for notes and warnings; use this instead of the blockquote tag */
p.indent2 { margin-left: 3.5em; } /* used to indent text a second level under the first indent */
P.indentGray { color: #666666; } /* used in quad-method procedures */
/* these classes are for previous next navigation */
a:hover.navbar, a:active.navbar {} /* text in nav */
a:link.navbar, a:visited.navbar {}
#nav { left:0; top:0px;
text-align:left;
margin:0;
position:absolute;
padding-bottom: 1px; padding-top: 3px;
padding-right:6px; padding-left:5px;
align:top;
visibility:hidden;
z-index:1; }
#text { left:0; top:0px;
/*text-align:left;*/ /*Commented out because it was causing a problem with BI-DI. Remove style if no ill effects are found from commenting it out. - 5/28/99 AMS */
/******END STYLES USED IN THE WEB DELIVERABLE ONLY**********/
/* Added the following DIV 12/20/00 to incorporate branding GIF to designate material in HSS as Microsoft (as opposed to OEM material. This style also required WIDTH tags on H1 and WIDTH and Margin-Top tags on P.Proclabel. - AMS*/